Quote Originally Posted by tstankey
In this case, the focus does indeed move off of the cell I was in, and the cell contasins a new value, but I'm not aware of it.
Then maybe cellChanged() will be better? There is also QFocusEvent, which you can catch using an event filter or by reimplementing focusOutEvent().